Inheritance diagram for Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector:

Definition at line 154 of file CPresetBrowser.hpp.
| Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::CPresetBrowserSelector | ( | IControlRoot * | root, | |
| const long | uniqueId, | |||
| const CRect & | area, | |||
| CFont * | font, | |||
| IActionListener * | listener = NULL, |
|||
| IPresetHandler * | handler = NULL | |||
| ) |
Construction
| root | The root control | |
| uniqueId | The unique id of this control | |
| area | The area of the control | |
| font | The font to draw with | |
| listener | The action listener | |
| handler | The preset handler to use |
| virtual Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::~CPresetBrowserSelector | ( | ) | [virtual] |
Destruction
| const CSystemString& Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::getSelectedPath | ( | ) | const [inline] |
Get the selected path
| const | CSystemString& The selected path |
Definition at line 203 of file CPresetBrowser.hpp.
References m_filePath.
| virtual void Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::handleActionEvent | ( | const CActionEvent & | event | ) | [virtual] |
Handle an action event
| event | The event to handle |
| void Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::setBankPath | ( | const CSystemString & | bankPath | ) |
Set he bank path
| bankPath | The root bank path |
| void Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::setFontColour | ( | const CAlphaColour & | colour | ) | [inline] |
Set the font colour
| colour | The colour to draw text with |
Definition at line 209 of file CPresetBrowser.hpp.
References m_fontColour.
TCountedPointerArray<CFileInformation> Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_bankFileList [protected] |
The list of the files
Definition at line 300 of file CPresetBrowser.hpp.
CSystemString Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_filePath [protected] |
The last path selected
Definition at line 304 of file CPresetBrowser.hpp.
Referenced by getSelectedPath().
CAlphaColour Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_fontColour [protected] |
0 - limit of array
Definition at line 299 of file CPresetBrowser.hpp.
IPresetHandler* Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_presetHandler [protected] |
The handler for preset information
Definition at line 301 of file CPresetBrowser.hpp.
CSystemString Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_selectedPath [protected] |
Path to selected preset
Definition at line 303 of file CPresetBrowser.hpp.
CFont* Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector::m_theFont [protected] |
The font to use
Definition at line 305 of file CPresetBrowser.hpp.